home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mntlib25 / mntlib25.zoo / changes < prev    next >
Text File  |  1992-12-12  |  3KB  |  104 lines

  1. Here's a new "changes" file, since the old one was so hopelessly
  2. messed up...
  3.  
  4. PATCHLEVEL22:
  5.  
  6. inistack.c:
  7.     Change _initial_stack into an uninitialized variable, so
  8.     that fixstk doesn't try to set it by default.
  9. purec/*:
  10.     Apply Michael's patches for Pure C.
  11. mintbind.h:
  12.     Fix the definition for Psigaction. Remove misspelling of
  13.     Sigpalette.
  14. scanf.c:
  15.     Apply Ulf's patch for Pure C.
  16. doprnt.c,getpages.c,getpass.c,malloc.c,obstack.c,stricmp.c,strnicmp.c,
  17. strrchr.c,textio.c:
  18.     Apply Michael's Pure C patches.
  19. sbrk.c:
  20.     Corrected the sense of the #ifdef __GNUC__ (thanks, Michael).
  21. system.c:
  22.     Fixed a silly return statement.
  23. regexp.c:
  24.     Got rid of a warning about "regprop" not being defined when
  25.     !DEBUG.
  26. crtinit.c:
  27.     Fixed to make shared text programs possible with Howard's
  28.     new gcc.
  29. crt0.s,gcrt0.s:
  30.     REPLACED by crt0.cpp.
  31. mincl:
  32.     Updated to reflect the new crt0.cpp.
  33. makefile.b16,makefile.b32:
  34.     New makefiles for gcc with -mbaserel.
  35.  
  36. PATCHLEVEL23::
  37.  
  38. Makefile,mincl,bcopy.s,*.cpp:
  39.     Applied jrb's & hyc's updates.
  40. purec/*:
  41.     Applied Michael's Pure C patches.
  42. waitpid.c:
  43.     New file, courtesy of Howard.
  44. mintbind.h,linea.h:
  45.     Fixed various bugs; again, thanks, Howard!
  46. crtinit.c:
  47.     Made the baserel code more stable.
  48. lattice/vfork.s:
  49.     Fixed the setting of errno in the __MSHORT__
  50.     case.
  51.  
  52. PATCHLEVEL24::
  53.  
  54. Applied Howard's patches for various .cpp and .s files.
  55. Thanks!
  56.  
  57. PATCHLEVEL25::
  58.  
  59. ioctl.h:
  60.     ANYP means "no parity", not "any speed"
  61. wtmp.c: ++entropy@gnu.ai.mit.edu
  62.     If we're going to write to a file, we
  63.     really should open it for writing, not reading!
  64. difftime.c: ++entropy@gnu.ai.mit.edu
  65.     The parameters were reversed. Ouch.
  66. bcmp.c: ++hohmuth@freia.inf.tu-dresden.de
  67.     Change the ODD macro to return a 16 bit value (for
  68.     Pure C)
  69. crtinit.c:
  70.     Changed the "switch(_stksize)" statement into an
  71.     if-then-else (apparently PureC can have troubles
  72.     with a long in a switch statement).
  73. purec/: ++hohmuth@freia.inf.tu-dresden.de
  74.     Updated documentation for the unixname program,
  75.     and provided source code.
  76. open.c:
  77.     Modified to use the kernel's O_APPEND when appropriate.
  78. spawn.c: ++ulf@wolfhh.hanse.de
  79.     Fixed an off-by-one error in the command line calculation
  80.     stuff.
  81.  
  82. Changes from Andreas Schwab (scwab@ls5.informatik.uni-dortmund.de):
  83. * compiler.h: for gcc2, use the builtin sizes
  84. * gemfast.h: add XCONTROL messages and WF_COLOR defines
  85. * mintbind.h, osbind.h: add the missing definitions
  86. * rusage.h: fix typo, add <time.h> for struct timeval
  87. * screen.h: fix definitions for TT
  88. * stdio.h: allow 32 open files as does MiNT
  89. * stdlib.h (alloca): avoid cpp warning, nearly all GNU programs define
  90.     it unconditionally
  91. * termcap.h: fix typo
  92. * wait.h (WSTOPPED): use expected value
  93.  
  94. select.c:
  95.     Fixed the parameters (they were supposed to have type
  96.     "long *" rather than "long").
  97. dirent.[ch]:
  98.     Fixed a very bogus use of the Dreaddir() return value,
  99.     which in fact is a magic cookie that can't be used!
  100.  
  101. various places:
  102.     Applied bammi's updates (thanks, bammi!)
  103.  
  104.